home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultPropList
- doButton()
- set vListLength to count(gDefaultPropList)
- set vListPosition to checkPosition(the text of member "Checking Property getAt Input Field 1", vListLength)
- if vListPosition <> EMPTY then
- set vListValue to string(getAt(gDefaultPropList, vListPosition))
- set the text of member "Checking Property getAt Display Field 2" to vListValue
- end if
- end
-